home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / convert / ImportComMeta$FileInfo.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  860 b   |  23 lines

  1. package com.extensibility.convert;
  2.  
  3. import java.io.File;
  4.  
  5. class ImportComMeta$FileInfo implements MetaSpectIntf.TableIntf {
  6.    // $FF: synthetic field
  7.    final ImportComMeta this$0;
  8.    File file;
  9.  
  10.    ImportComMeta$FileInfo(ImportComMeta var1, File var2) {
  11.       this.this$0 = var1;
  12.       this.file = var2;
  13.    }
  14.  
  15.    public String getShortName() {
  16.       return this.file.getName();
  17.    }
  18.  
  19.    public String getLongName() {
  20.       return this.file.getPath();
  21.    }
  22. }
  23.